New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-item

Package Overview
Dependencies
Maintainers
19
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-item

vaadin-item

20.0.5
Source
npm
Version published
Weekly downloads
13K
-19.93%
Maintainers
19
Weekly downloads
 
Created
Source

<vaadin-item>

Live Demo ↗ | API documentation ↗

<vaadin-item> is a Web Component providing a container for item elements, part of the Vaadin components.

npm version Published on Vaadin Directory Discord

<vaadin-item>Simple Item</vaadin-item> <vaadin-item disabled>Disabled Item</vaadin-item>

Screenshot of vaadin-item

Installation

Install vaadin-item:

npm i @vaadin/vaadin-item --save

Once installed, import it in your application:

import '@vaadin/vaadin-item/vaadin-item.js';

Getting started

Vaadin components use the Lumo theme by default.

To use the Material theme, import the correspondent file from the theme/material folder.

Entry points

  • The component with the Lumo theme:

    theme/lumo/vaadin-item.js

  • The component with the Material theme:

    theme/material/vaadin-item.js

  • Alias for theme/lumo/vaadin-item.js:

    vaadin-item.js

Contributing

Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

License

Apache License 2.0

Keywords

Vaadin

FAQs

Package last updated on 07 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts